rendernodeparser: fix typo
authorTimm Bäder <mail@baedert.org>
Sat, 13 Jul 2019 09:12:47 +0000 (11:12 +0200)
committerTimm Bäder <mail@baedert.org>
Sat, 13 Jul 2019 09:12:47 +0000 (11:12 +0200)
gsk/gskrendernodeparser.c

index 2b35dc7cb21139271ab110107dcfaf27bb9d8088..4e8a337048506461bb1b0c5198da762c396f48af 100644 (file)
@@ -817,7 +817,7 @@ parse_container_node (GtkCssParser *parser)
        token = gtk_css_parser_get_token (parser))
     {
       node = NULL;
-      /* We don't wand a semicolon here, but the parse_node function will figure
+      /* We don't want a semicolon here, but the parse_node function will figure
        * that out itself and return an error if we encounter one.
        */
       gtk_css_parser_start_semicolon_block (parser, GTK_CSS_TOKEN_OPEN_CURLY);